\(\int \frac {x^2 (a+b \arccos (c x))}{d-c^2 d x^2} \, dx\) [2]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [F]
   Sympy [F]
   Maxima [F]
   Giac [F]
   Mupad [F(-1)]

Optimal result

Integrand size = 25, antiderivative size = 115 \[ \int \frac {x^2 (a+b \arccos (c x))}{d-c^2 d x^2} \, dx=\frac {b \sqrt {1-c^2 x^2}}{c^3 d}-\frac {x (a+b \arccos (c x))}{c^2 d}+\frac {2 (a+b \arccos (c x)) \text {arctanh}\left (e^{i \arccos (c x)}\right )}{c^3 d}-\frac {i b \operatorname {PolyLog}\left (2,-e^{i \arccos (c x)}\right )}{c^3 d}+\frac {i b \operatorname {PolyLog}\left (2,e^{i \arccos (c x)}\right )}{c^3 d} \]

[Out]

-x*(a+b*arccos(c*x))/c^2/d+2*(a+b*arccos(c*x))*arctanh(c*x+I*(-c^2*x^2+1)^(1/2))/c^3/d-I*b*polylog(2,-c*x-I*(-
c^2*x^2+1)^(1/2))/c^3/d+I*b*polylog(2,c*x+I*(-c^2*x^2+1)^(1/2))/c^3/d+b*(-c^2*x^2+1)^(1/2)/c^3/d

Rubi [A] (verified)

Time = 0.09 (sec) , antiderivative size = 115, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 6, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.240, Rules used = {4796, 4750, 4268, 2317, 2438, 267} \[ \int \frac {x^2 (a+b \arccos (c x))}{d-c^2 d x^2} \, dx=\frac {2 \text {arctanh}\left (e^{i \arccos (c x)}\right ) (a+b \arccos (c x))}{c^3 d}-\frac {x (a+b \arccos (c x))}{c^2 d}-\frac {i b \operatorname {PolyLog}\left (2,-e^{i \arccos (c x)}\right )}{c^3 d}+\frac {i b \operatorname {PolyLog}\left (2,e^{i \arccos (c x)}\right )}{c^3 d}+\frac {b \sqrt {1-c^2 x^2}}{c^3 d} \]

[In]

Int[(x^2*(a + b*ArcCos[c*x]))/(d - c^2*d*x^2),x]

[Out]

(b*Sqrt[1 - c^2*x^2])/(c^3*d) - (x*(a + b*ArcCos[c*x]))/(c^2*d) + (2*(a + b*ArcCos[c*x])*ArcTanh[E^(I*ArcCos[c
*x])])/(c^3*d) - (I*b*PolyLog[2, -E^(I*ArcCos[c*x])])/(c^3*d) + (I*b*PolyLog[2, E^(I*ArcCos[c*x])])/(c^3*d)

Rule 267

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(a + b*x^n)^(p + 1)/(b*n*(p + 1)), x] /; FreeQ
[{a, b, m, n, p}, x] && EqQ[m, n - 1] && NeQ[p, -1]

Rule 2317

Int[Log[(a_) + (b_.)*((F_)^((e_.)*((c_.) + (d_.)*(x_))))^(n_.)], x_Symbol] :> Dist[1/(d*e*n*Log[F]), Subst[Int
[Log[a + b*x]/x, x], x, (F^(e*(c + d*x)))^n], x] /; FreeQ[{F, a, b, c, d, e, n}, x] && GtQ[a, 0]

Rule 2438

Int[Log[(c_.)*((d_) + (e_.)*(x_)^(n_.))]/(x_), x_Symbol] :> Simp[-PolyLog[2, (-c)*e*x^n]/n, x] /; FreeQ[{c, d,
 e, n}, x] && EqQ[c*d, 1]

Rule 4268

Int[csc[(e_.) + (f_.)*(x_)]*((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> Simp[-2*(c + d*x)^m*(ArcTanh[E^(I*(e + f*
x))]/f), x] + (-Dist[d*(m/f), Int[(c + d*x)^(m - 1)*Log[1 - E^(I*(e + f*x))], x], x] + Dist[d*(m/f), Int[(c +
d*x)^(m - 1)*Log[1 + E^(I*(e + f*x))], x], x]) /; FreeQ[{c, d, e, f}, x] && IGtQ[m, 0]

Rule 4750

Int[((a_.) + ArcCos[(c_.)*(x_)]*(b_.))^(n_.)/((d_) + (e_.)*(x_)^2), x_Symbol] :> Dist[-(c*d)^(-1), Subst[Int[(
a + b*x)^n*Csc[x], x], x, ArcCos[c*x]], x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[c^2*d + e, 0] && IGtQ[n, 0]

Rule 4796

Int[((a_.) + ArcCos[(c_.)*(x_)]*(b_.))^(n_.)*((f_.)*(x_))^(m_)*((d_) + (e_.)*(x_)^2)^(p_), x_Symbol] :> Simp[f
*(f*x)^(m - 1)*(d + e*x^2)^(p + 1)*((a + b*ArcCos[c*x])^n/(e*(m + 2*p + 1))), x] + (Dist[f^2*((m - 1)/(c^2*(m
+ 2*p + 1))), Int[(f*x)^(m - 2)*(d + e*x^2)^p*(a + b*ArcCos[c*x])^n, x], x] - Dist[b*f*(n/(c*(m + 2*p + 1)))*S
imp[(d + e*x^2)^p/(1 - c^2*x^2)^p], Int[(f*x)^(m - 1)*(1 - c^2*x^2)^(p + 1/2)*(a + b*ArcCos[c*x])^(n - 1), x],
 x]) /; FreeQ[{a, b, c, d, e, f, p}, x] && EqQ[c^2*d + e, 0] && GtQ[n, 0] && IGtQ[m, 1] && NeQ[m + 2*p + 1, 0]

Rubi steps \begin{align*} \text {integral}& = -\frac {x (a+b \arccos (c x))}{c^2 d}+\frac {\int \frac {a+b \arccos (c x)}{d-c^2 d x^2} \, dx}{c^2}-\frac {b \int \frac {x}{\sqrt {1-c^2 x^2}} \, dx}{c d} \\ & = \frac {b \sqrt {1-c^2 x^2}}{c^3 d}-\frac {x (a+b \arccos (c x))}{c^2 d}-\frac {\text {Subst}(\int (a+b x) \csc (x) \, dx,x,\arccos (c x))}{c^3 d} \\ & = \frac {b \sqrt {1-c^2 x^2}}{c^3 d}-\frac {x (a+b \arccos (c x))}{c^2 d}+\frac {2 (a+b \arccos (c x)) \text {arctanh}\left (e^{i \arccos (c x)}\right )}{c^3 d}+\frac {b \text {Subst}\left (\int \log \left (1-e^{i x}\right ) \, dx,x,\arccos (c x)\right )}{c^3 d}-\frac {b \text {Subst}\left (\int \log \left (1+e^{i x}\right ) \, dx,x,\arccos (c x)\right )}{c^3 d} \\ & = \frac {b \sqrt {1-c^2 x^2}}{c^3 d}-\frac {x (a+b \arccos (c x))}{c^2 d}+\frac {2 (a+b \arccos (c x)) \text {arctanh}\left (e^{i \arccos (c x)}\right )}{c^3 d}-\frac {(i b) \text {Subst}\left (\int \frac {\log (1-x)}{x} \, dx,x,e^{i \arccos (c x)}\right )}{c^3 d}+\frac {(i b) \text {Subst}\left (\int \frac {\log (1+x)}{x} \, dx,x,e^{i \arccos (c x)}\right )}{c^3 d} \\ & = \frac {b \sqrt {1-c^2 x^2}}{c^3 d}-\frac {x (a+b \arccos (c x))}{c^2 d}+\frac {2 (a+b \arccos (c x)) \text {arctanh}\left (e^{i \arccos (c x)}\right )}{c^3 d}-\frac {i b \operatorname {PolyLog}\left (2,-e^{i \arccos (c x)}\right )}{c^3 d}+\frac {i b \operatorname {PolyLog}\left (2,e^{i \arccos (c x)}\right )}{c^3 d} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.31 (sec) , antiderivative size = 138, normalized size of antiderivative = 1.20 \[ \int \frac {x^2 (a+b \arccos (c x))}{d-c^2 d x^2} \, dx=-\frac {2 a c x-2 b \sqrt {1-c^2 x^2}+2 b c x \arccos (c x)+2 b \arccos (c x) \log \left (1-e^{i \arccos (c x)}\right )-2 b \arccos (c x) \log \left (1+e^{i \arccos (c x)}\right )+a \log (1-c x)-a \log (1+c x)+2 i b \operatorname {PolyLog}\left (2,-e^{i \arccos (c x)}\right )-2 i b \operatorname {PolyLog}\left (2,e^{i \arccos (c x)}\right )}{2 c^3 d} \]

[In]

Integrate[(x^2*(a + b*ArcCos[c*x]))/(d - c^2*d*x^2),x]

[Out]

-1/2*(2*a*c*x - 2*b*Sqrt[1 - c^2*x^2] + 2*b*c*x*ArcCos[c*x] + 2*b*ArcCos[c*x]*Log[1 - E^(I*ArcCos[c*x])] - 2*b
*ArcCos[c*x]*Log[1 + E^(I*ArcCos[c*x])] + a*Log[1 - c*x] - a*Log[1 + c*x] + (2*I)*b*PolyLog[2, -E^(I*ArcCos[c*
x])] - (2*I)*b*PolyLog[2, E^(I*ArcCos[c*x])])/(c^3*d)

Maple [A] (verified)

Time = 1.86 (sec) , antiderivative size = 180, normalized size of antiderivative = 1.57

method result size
derivativedivides \(\frac {-\frac {a \left (c x +\frac {\ln \left (c x -1\right )}{2}-\frac {\ln \left (c x +1\right )}{2}\right )}{d}+\frac {b \sqrt {-c^{2} x^{2}+1}}{d}+\frac {b \arccos \left (c x \right ) \ln \left (1+c x +i \sqrt {-c^{2} x^{2}+1}\right )}{d}-\frac {b \arccos \left (c x \right ) \ln \left (1-c x -i \sqrt {-c^{2} x^{2}+1}\right )}{d}-\frac {b \arccos \left (c x \right ) c x}{d}-\frac {i b \operatorname {polylog}\left (2, -c x -i \sqrt {-c^{2} x^{2}+1}\right )}{d}+\frac {i b \operatorname {polylog}\left (2, c x +i \sqrt {-c^{2} x^{2}+1}\right )}{d}}{c^{3}}\) \(180\)
default \(\frac {-\frac {a \left (c x +\frac {\ln \left (c x -1\right )}{2}-\frac {\ln \left (c x +1\right )}{2}\right )}{d}+\frac {b \sqrt {-c^{2} x^{2}+1}}{d}+\frac {b \arccos \left (c x \right ) \ln \left (1+c x +i \sqrt {-c^{2} x^{2}+1}\right )}{d}-\frac {b \arccos \left (c x \right ) \ln \left (1-c x -i \sqrt {-c^{2} x^{2}+1}\right )}{d}-\frac {b \arccos \left (c x \right ) c x}{d}-\frac {i b \operatorname {polylog}\left (2, -c x -i \sqrt {-c^{2} x^{2}+1}\right )}{d}+\frac {i b \operatorname {polylog}\left (2, c x +i \sqrt {-c^{2} x^{2}+1}\right )}{d}}{c^{3}}\) \(180\)
parts \(-\frac {a \left (\frac {x}{c^{2}}+\frac {\ln \left (c x -1\right )}{2 c^{3}}-\frac {\ln \left (c x +1\right )}{2 c^{3}}\right )}{d}+\frac {b \sqrt {-c^{2} x^{2}+1}}{c^{3} d}-\frac {b \arccos \left (c x \right ) x}{d \,c^{2}}-\frac {i b \operatorname {polylog}\left (2, -c x -i \sqrt {-c^{2} x^{2}+1}\right )}{c^{3} d}+\frac {i b \operatorname {polylog}\left (2, c x +i \sqrt {-c^{2} x^{2}+1}\right )}{c^{3} d}+\frac {b \arccos \left (c x \right ) \ln \left (1+c x +i \sqrt {-c^{2} x^{2}+1}\right )}{d \,c^{3}}-\frac {b \arccos \left (c x \right ) \ln \left (1-c x -i \sqrt {-c^{2} x^{2}+1}\right )}{d \,c^{3}}\) \(201\)

[In]

int(x^2*(a+b*arccos(c*x))/(-c^2*d*x^2+d),x,method=_RETURNVERBOSE)

[Out]

1/c^3*(-a/d*(c*x+1/2*ln(c*x-1)-1/2*ln(c*x+1))+b/d*(-c^2*x^2+1)^(1/2)+b/d*arccos(c*x)*ln(1+c*x+I*(-c^2*x^2+1)^(
1/2))-b/d*arccos(c*x)*ln(1-c*x-I*(-c^2*x^2+1)^(1/2))-b/d*arccos(c*x)*c*x-I*b/d*polylog(2,-c*x-I*(-c^2*x^2+1)^(
1/2))+I*b/d*polylog(2,c*x+I*(-c^2*x^2+1)^(1/2)))

Fricas [F]

\[ \int \frac {x^2 (a+b \arccos (c x))}{d-c^2 d x^2} \, dx=\int { -\frac {{\left (b \arccos \left (c x\right ) + a\right )} x^{2}}{c^{2} d x^{2} - d} \,d x } \]

[In]

integrate(x^2*(a+b*arccos(c*x))/(-c^2*d*x^2+d),x, algorithm="fricas")

[Out]

integral(-(b*x^2*arccos(c*x) + a*x^2)/(c^2*d*x^2 - d), x)

Sympy [F]

\[ \int \frac {x^2 (a+b \arccos (c x))}{d-c^2 d x^2} \, dx=- \frac {\int \frac {a x^{2}}{c^{2} x^{2} - 1}\, dx + \int \frac {b x^{2} \operatorname {acos}{\left (c x \right )}}{c^{2} x^{2} - 1}\, dx}{d} \]

[In]

integrate(x**2*(a+b*acos(c*x))/(-c**2*d*x**2+d),x)

[Out]

-(Integral(a*x**2/(c**2*x**2 - 1), x) + Integral(b*x**2*acos(c*x)/(c**2*x**2 - 1), x))/d

Maxima [F]

\[ \int \frac {x^2 (a+b \arccos (c x))}{d-c^2 d x^2} \, dx=\int { -\frac {{\left (b \arccos \left (c x\right ) + a\right )} x^{2}}{c^{2} d x^{2} - d} \,d x } \]

[In]

integrate(x^2*(a+b*arccos(c*x))/(-c^2*d*x^2+d),x, algorithm="maxima")

[Out]

-1/2*a*(2*x/(c^2*d) - log(c*x + 1)/(c^3*d) + log(c*x - 1)/(c^3*d)) - 1/2*(2*c^3*d*integrate(-1/2*(2*c*x - log(
c*x + 1) + log(-c*x + 1))*sqrt(c*x + 1)*sqrt(-c*x + 1)/(c^4*d*x^2 - c^2*d), x) + (2*c*x - log(c*x + 1) + log(-
c*x + 1))*arctan2(sqrt(c*x + 1)*sqrt(-c*x + 1), c*x))*b/(c^3*d)

Giac [F]

\[ \int \frac {x^2 (a+b \arccos (c x))}{d-c^2 d x^2} \, dx=\int { -\frac {{\left (b \arccos \left (c x\right ) + a\right )} x^{2}}{c^{2} d x^{2} - d} \,d x } \]

[In]

integrate(x^2*(a+b*arccos(c*x))/(-c^2*d*x^2+d),x, algorithm="giac")

[Out]

integrate(-(b*arccos(c*x) + a)*x^2/(c^2*d*x^2 - d), x)

Mupad [F(-1)]

Timed out. \[ \int \frac {x^2 (a+b \arccos (c x))}{d-c^2 d x^2} \, dx=\int \frac {x^2\,\left (a+b\,\mathrm {acos}\left (c\,x\right )\right )}{d-c^2\,d\,x^2} \,d x \]

[In]

int((x^2*(a + b*acos(c*x)))/(d - c^2*d*x^2),x)

[Out]

int((x^2*(a + b*acos(c*x)))/(d - c^2*d*x^2), x)